home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Educ / Higher Ed / G-M / Graphplot 1.3.2.sit / Graphplot 1.3.2 / Graphplot Help.rsrc / TEXT_1013_Page 14.txt < prev    next >
Encoding:
Text File  |  1994-02-13  |  536 b   |  15 lines

  1. Unary Operators.
  2.  
  3. The following functions are available and may be used in any expression.
  4.  
  5. SIN    Sine of the argument in radians.
  6. COS    Cosine of the argument in radians.
  7. TAN    Tangent of the argument in radians.
  8. EXP    e raised to the power of the argument.
  9. LOG    Logarithm of the argument to the base e.
  10. SQRT    The square-root of the argument.
  11. ATN    The arc-tangent of the argument.
  12. ABS    The absolute value of the argument.
  13. INT    The argument rounded to the nearest integer.
  14.  
  15. The argument of the operator must always be place in brackets, i.e. SIN(x).